DPL: Reconstruct the full command and propagate it to workflow dump tools#5778
DPL: Reconstruct the full command and propagate it to workflow dump tools#5778ktf merged 1 commit intoAliceO2Group:devfrom
Conversation
ktf
left a comment
There was a problem hiding this comment.
This is fine with me, however it's not clear to my what is missing from the current list of arguments. Could you please elaborate?
|
The argument list doesn't provide the command used to generate the full workflow. So if I have something like: Then the execution of each process gives me only this: But I need this: There is a solution with using intermediate files ( In principle, I could reconstruct the full command from |
|
Ok, thank you for your explanations. |
|
I don't understand why o2-dataflow failed. |
|
What was the error? It was transient in any case. |
|
There was no error or failed test, but the check was marked as failed. Thanks for merging |
@ktf I took a stab on providing to the AliECS the full command used to run the workflow (including all the workflow merging). This would enable the AliECS to avoid generating intermediate files to run a topology and thus streamline it as much as possible.